-
Notifications
You must be signed in to change notification settings - Fork 6
Add tracing sampling percentage #1230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
mrnicegyu11
merged 15 commits into
ITISFoundation:main
from
bisgaard-itis:1090-implement-tracing-sampling-strategy
Oct 9, 2025
Merged
Add tracing sampling percentage #1230
mrnicegyu11
merged 15 commits into
ITISFoundation:main
from
bisgaard-itis:1090-implement-tracing-sampling-strategy
Oct 9, 2025
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…ACING_SAMPLING_PROBABILITY
mrnicegyu11
approved these changes
Oct 9, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Perfect, all is corret and afaik nothing is missing. Thanks a lot and good job @bisgaard-itis 🌮 I will take care of merging this :--)
1 task
bisgaard-itis
added a commit
to bisgaard-itis/osparc-ops-environments
that referenced
this pull request
Oct 10, 2025
* move services around (cleanup) * add first services * add more prometheus configs * add all instrumented simcore services to grafana dashboard * add newline in grafana dashboard json * minor improvement to simcore service grafana dashboard * end with empty lineto please gh * several other minor changes * another minor fix * ensure newline * remove TRACING_OPENTELEMETRY_COLLECTOR_SAMPLING_PERCENTAGE and add TRACING_SAMPLING_PROBABILITY * fix files which don't match itis/main * TRACING_SAMPLING_PROBABILITY -> TRACING_OPENTELEMETRY_SAMPLING_PROBABILITY --------- Co-authored-by: Dustin Kaiser <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What do these changes do?
TRACING_SAMPLING_PROBABILITY
env var to configure sampling probability of traces in traefik.TRACING_OPENTELEMETRY_COLLECTOR_SAMPLING_PERCENTAGE
as that is not used anymore.Related issue/s
Related PR/s
Checklist